@CHARSET "UTF-8";
.fruit{
	padding:1% 0 0;
	margin:5% auto;
	width:100%;
	height:65%;

	background:#E5F3EA;
}
.newstitlefruit{
		margin:3% auto;
	width:70%;
	height:25%;
}
.fruitbody{
	width:75%;
	height:80%;

	margin:0 auto;
}
.cubes{
	width:21%;
	height:75%;
	float:left;
	margin:5% 2%;
	overflow:hidden;
}

.more{


	float:left;
	margin:5% 2%;
	font-family:Humnst777 Blk BT;
	color:#008737;
}
.cubes ul{
	width:100%;
	height:50%;
}
.cubes li{
	margin:0 auto;
	width:80%;
	height:25%;
	border-bottom:1px solid #D8D8D8;
	text-align:center;
	font-size:20px;
	color:#9FA0A0;
	line-height:180%;
}
.cubes .checked{
	font-weight:bold;
	background:#008737;
	color:white;
	transition:0.3s;
}
.cubes .notchecked{


}
.zw{
	width:100%;
	height:100%;
	border-top:2px solid #008737;
	background:white;
	
}
.fruit .nam{
	margin:10%;
	font-size:14pt;
	font-weight:bold;
	color:#008737;
}
.fruit .dat{
	margin:10%;
	font-size:8pt;
	color:grey;
	width:80%;
	border-bottom:1px solid #D8D8D8;
}
.fruit .zhengwen{
	margin:10%;
	font-size:8pt;
	color:grey;
	height:40%;
	overflow:hidden;
}
.fruit .cubes:hover .nam{
	font-size:18px;
	transition:0.3s;
}
.fruit .ending{
	width:90%;
	height:15%;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#008737;
}
.fruit .ending:hover{
	width:95%;
	transition:1s;
}
.fruit .dd{
	color:black;
}
